Make xc_linux_build() load the initrd page-by-page rather
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 9 Mar 2006 14:16:35 +0000 (15:16 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 9 Mar 2006 14:16:35 +0000 (15:16 +0100)
commitf736587680521b6e429a27ae1bf8383be08d27b2
tree42900216e5bc3a4a150c262cf1dd7afda2b3213c
parentd2017c7b163713702dbae2510c7a1a9cfb76592d
Make xc_linux_build() load the initrd page-by-page rather
than all in one go, to conserve memory. This always has been
the behaviour, but it was changed by a changeset earlier today.

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/xc_hvm_build.c
tools/libxc/xc_linux_build.c